LEADTOOLS (Leadtools.Logging assembly)

Exception(String,Exception,Dictionary<String,Object>) Method

Show in webframe





The source of the message.
The Exception to log.
Custom information associated with the exception.
Logs the specified entry as an exception.
Syntax
public void Exception( 
   string source,
   Exception e,
   Dictionary<string,object> custom
)
'Declaration
 
Public Overloads Sub Exception( _
   ByVal source As String, _
   ByVal e As Exception, _
   ByVal custom As Dictionary(Of String,Object) _
) 
'Usage
 
Dim instance As Logger
Dim source As String
Dim e As Exception
Dim custom As Dictionary(Of String,Object)
 
instance.Exception(source, e, custom)

            

            
public:
void Exception( 
   String^ source,
   Exception^ e,
   Dictionary<String^,Object^>^ custom
) 

Parameters

source
The source of the message.
e
The Exception to log.
custom
Custom information associated with the exception.
Remarks
Exception log entries are marked as LogType.Error.
Requirements

Target Platforms

See Also

Reference

Logger Class
Logger Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Logging requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features